isWebcomPushNotification

fun isWebcomPushNotification(msgData: Map<String, String>): Boolean

Checks if the received notification is originating from webcom

The passed msgData is provided either by:

  • the data property (Kotlin) or getData() accessor (Java) of the Firebase RemoteMessage object.

  • or the getDataOfMap() accessor of the RemoteMessage object of the HMS Push Kit API.